crypto/tls.newSessionTicketMsgTLS13.label (field)

6 uses

	crypto/tls (current package)
		handshake_client_tls13.go#L892: 	session.ticket = msg.label
		handshake_messages.go#L1158: 	label        []byte
		handshake_messages.go#L1172: 			b.AddBytes(m.label)
		handshake_messages.go#L1197: 		!readUint16LengthPrefixed(&s, &m.label) ||
		handshake_server_tls13.go#L997: 		m.label, err = c.config.WrapSession(c.connectionStateLocked(), state)
		handshake_server_tls13.go#L1007: 		m.label, err = c.config.encryptTicket(stateBytes, c.ticketKeys)